[INFO] fetching crate rv32m1-riscv-hal 0.4.0...
[INFO] fixing rv32m1-riscv-hal-0.4.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rv32m1-riscv-hal 0.4.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate rv32m1-riscv-hal 0.4.0
[INFO] finished tweaking crates.io crate rv32m1-riscv-hal 0.4.0
[INFO] tweaked toml for crates.io crate rv32m1-riscv-hal 0.4.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rv32m1-riscv-hal 0.4.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rv32m1-riscv-hal 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded critical-section v1.3.0
[INFO] [stderr]   Downloaded rv32m1-riscv-pac v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f
[INFO] running `Command { std: "docker" "start" "f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rv32m1-riscv-pac v0.4.0
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]     Checking critical-section v1.3.0
[INFO] [stderr]     Checking embedded-hal-nb v1.0.0
[INFO] [stderr]     Checking rv32m1-riscv-hal v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::device_selection::WdogBlock`
[INFO] [stdout]  --> src/wdog.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::device_selection::{self, WdogBlock};
[INFO] [stdout]   |                                     ^^^^^^^^^ no `WdogBlock` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpspi_periph` in `periph`
[INFO] [stdout]    --> src/lpspi.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |             use periph::lpspi_periph::tcr::*;
[INFO] [stdout]     |                         ^^^^^^^^^^^^ could not find `lpspi_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `periph::lpit_periph`
[INFO] [stdout]  --> src/lpit.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use periph::lpit_periph::Channel;
[INFO] [stdout]   |                 ^^^^^^^^^^^ could not find `lpit_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `axbs0` in `pac`
[INFO] [stdout]  --> src/axbs.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::axbs0::RegisterBlock,
[INFO] [stdout]   |                         ^^^^^ could not find `axbs0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::device_selection::WdogBlock`
[INFO] [stdout]  --> src/wdog.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::device_selection::{self, WdogBlock};
[INFO] [stdout]   |                                     ^^^^^^^^^ no `WdogBlock` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpspi_periph` in `periph`
[INFO] [stdout]    --> src/lpspi.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |             use periph::lpspi_periph::tcr::*;
[INFO] [stdout]     |                         ^^^^^^^^^^^^ could not find `lpspi_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `periph::lpit_periph`
[INFO] [stdout]  --> src/lpit.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use periph::lpit_periph::Channel;
[INFO] [stdout]   |                 ^^^^^^^^^^^ could not find `lpit_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Axbs0` in `pac`
[INFO] [stdout]   --> src/axbs.rs:15:39
[INFO] [stdout]    |
[INFO] [stdout] 15 |         Self { regs: unsafe { &*(pac::Axbs0::ptr() as *const pac::axbs0::RegisterBlock) } }
[INFO] [stdout]    |                                       ^^^^^ could not find `Axbs0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `axbs0` in `pac`
[INFO] [stdout]  --> src/axbs.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::axbs0::RegisterBlock,
[INFO] [stdout]   |                         ^^^^^ could not find `axbs0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `axbs0` in `pac`
[INFO] [stdout]   --> src/axbs.rs:15:67
[INFO] [stdout]    |
[INFO] [stdout] 15 |         Self { regs: unsafe { &*(pac::Axbs0::ptr() as *const pac::axbs0::RegisterBlock) } }
[INFO] [stdout]    |                                                                   ^^^^^ could not find `axbs0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Axbs0` in `pac`
[INFO] [stdout]   --> src/axbs.rs:15:39
[INFO] [stdout]    |
[INFO] [stdout] 15 |         Self { regs: unsafe { &*(pac::Axbs0::ptr() as *const pac::axbs0::RegisterBlock) } }
[INFO] [stdout]    |                                       ^^^^^ could not find `Axbs0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `axbs0` in `pac`
[INFO] [stdout]   --> src/axbs.rs:15:67
[INFO] [stdout]    |
[INFO] [stdout] 15 |         Self { regs: unsafe { &*(pac::Axbs0::ptr() as *const pac::axbs0::RegisterBlock) } }
[INFO] [stdout]    |                                                                   ^^^^^ could not find `axbs0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `cau3` in `pac`
[INFO] [stdout]  --> src/cau3.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::cau3::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `cau3` in `pac`
[INFO] [stdout]  --> src/cau3.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::cau3::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Cau3` in `pac`
[INFO] [stdout]  --> src/cau3.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let regs = unsafe { &*(pac::Cau3::ptr() as *const pac::cau3::RegisterBlock) };
[INFO] [stdout]   |                                     ^^^^ could not find `Cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Cau3` in `pac`
[INFO] [stdout]  --> src/cau3.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let regs = unsafe { &*(pac::Cau3::ptr() as *const pac::cau3::RegisterBlock) };
[INFO] [stdout]   |                                     ^^^^ could not find `Cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `cau3` in `pac`
[INFO] [stdout]  --> src/cau3.rs:9:64
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let regs = unsafe { &*(pac::Cau3::ptr() as *const pac::cau3::RegisterBlock) };
[INFO] [stdout]   |                                                                ^^^^ could not find `cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `cau3` in `pac`
[INFO] [stdout]  --> src/cau3.rs:9:64
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let regs = unsafe { &*(pac::Cau3::ptr() as *const pac::cau3::RegisterBlock) };
[INFO] [stdout]   |                                                                ^^^^ could not find `cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `cau3` in `pac`
[INFO] [stdout]   --> src/cau3.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn status(&self) -> pac::cau3::sr::R {
[INFO] [stdout]    |                                  ^^^^ could not find `cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `cau3` in `pac`
[INFO] [stdout]   --> src/cau3.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn status(&self) -> pac::cau3::sr::R {
[INFO] [stdout]    |                                  ^^^^ could not find `cau3` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ftfe` in `pac`
[INFO] [stdout]   --> src/ftfe.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |     regs: &'static pac::ftfe::RegisterBlock,
[INFO] [stdout]    |                         ^^^^ could not find `ftfe` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ftfe` in `pac`
[INFO] [stdout]   --> src/ftfe.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |     regs: &'static pac::ftfe::RegisterBlock,
[INFO] [stdout]    |                         ^^^^ could not find `ftfe` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Ftfe` in `pac`
[INFO] [stdout]   --> src/ftfe.rs:35:37
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let regs = unsafe { &*(pac::Ftfe::ptr() as *const pac::ftfe::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Ftfe` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Ftfe` in `pac`
[INFO] [stdout]   --> src/ftfe.rs:35:37
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let regs = unsafe { &*(pac::Ftfe::ptr() as *const pac::ftfe::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Ftfe` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ftfe` in `pac`
[INFO] [stdout]   --> src/ftfe.rs:35:64
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let regs = unsafe { &*(pac::Ftfe::ptr() as *const pac::ftfe::RegisterBlock) };
[INFO] [stdout]    |                                                                ^^^^ could not find `ftfe` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ftfe` in `pac`
[INFO] [stdout]   --> src/ftfe.rs:35:64
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let regs = unsafe { &*(pac::Ftfe::ptr() as *const pac::ftfe::RegisterBlock) };
[INFO] [stdout]    |                                                                ^^^^ could not find `ftfe` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpi2c3` in `pac`
[INFO] [stdout]    --> src/lpi2c.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let regs = unsafe { &*(pac::Lpi2c3::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout]     |                                     ^^^^^^ could not find `Lpi2c3` in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpi2c3`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 107 -         let regs = unsafe { &*(pac::Lpi2c3::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout] 107 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpi2c3` in `pac`
[INFO] [stdout]    --> src/lpi2c.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let regs = unsafe { &*(pac::Lpi2c3::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout]     |                                     ^^^^^^ could not find `Lpi2c3` in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpi2c3`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 107 -         let regs = unsafe { &*(pac::Lpi2c3::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout] 107 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:123:30
[INFO] [stdout]     |
[INFO] [stdout] 123 |                 0 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale0,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:124:30
[INFO] [stdout]     |
[INFO] [stdout] 124 |                 1 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale1,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:123:30
[INFO] [stdout]     |
[INFO] [stdout] 123 |                 0 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale0,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:125:30
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 2 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale2,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:124:30
[INFO] [stdout]     |
[INFO] [stdout] 124 |                 1 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale1,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 126 |                 3 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale3,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:127:30
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 4 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale4,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:125:30
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 2 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale2,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 128 |                 5 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale5,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 126 |                 3 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale3,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 |                 6 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale6,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:127:30
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 4 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale4,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 7 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale7,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 128 |                 5 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale5,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:238:21
[INFO] [stdout]     |
[INFO] [stdout] 238 |             periph::lpi2c_periph::mtdr::Cmd::Cmd6
[INFO] [stdout]     |                     ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 |                 6 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale6,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:240:21
[INFO] [stdout]     |
[INFO] [stdout] 240 |             periph::lpi2c_periph::mtdr::Cmd::Cmd4
[INFO] [stdout]     |                     ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 7 => periph::lpi2c_periph::mcfgr1::Prescale::Prescale7,
[INFO] [stdout]     |                              ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpcmp` in `periph`
[INFO] [stdout]   --> src/lpcmp.rs:48:40
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let regs = unsafe { &*(periph::Lpcmp::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                        ^^^^^ could not find `Lpcmp` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:238:21
[INFO] [stdout]     |
[INFO] [stdout] 238 |             periph::lpi2c_periph::mtdr::Cmd::Cmd6
[INFO] [stdout]     |                     ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `lpi2c_periph` in `periph`
[INFO] [stdout]    --> src/lpi2c.rs:240:21
[INFO] [stdout]     |
[INFO] [stdout] 240 |             periph::lpi2c_periph::mtdr::Cmd::Cmd4
[INFO] [stdout]     |                     ^^^^^^^^^^^^ could not find `lpi2c_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpcmp1` in `pac`
[INFO] [stdout]   --> src/lpcmp.rs:53:37
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let regs = unsafe { &*(pac::Lpcmp1::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                     ^^^^^^ could not find `Lpcmp1` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpcmp1`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 53 -         let regs = unsafe { &*(pac::Lpcmp1::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout] 53 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mcm0` in `pac`
[INFO] [stdout]  --> src/mcm.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::mcm0::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `mcm0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpcmp` in `periph`
[INFO] [stdout]   --> src/lpcmp.rs:48:40
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let regs = unsafe { &*(periph::Lpcmp::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                        ^^^^^ could not find `Lpcmp` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Mcm0` in `pac`
[INFO] [stdout]  --> src/mcm.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mcm0::ptr() as *const pac::mcm0::RegisterBlock) } }
[INFO] [stdout]   |                                       ^^^^ could not find `Mcm0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mcm0` in `pac`
[INFO] [stdout]  --> src/mcm.rs:9:66
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mcm0::ptr() as *const pac::mcm0::RegisterBlock) } }
[INFO] [stdout]   |                                                                  ^^^^ could not find `mcm0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpcmp1` in `pac`
[INFO] [stdout]   --> src/lpcmp.rs:53:37
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let regs = unsafe { &*(pac::Lpcmp1::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                     ^^^^^^ could not find `Lpcmp1` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpcmp1`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 53 -         let regs = unsafe { &*(pac::Lpcmp1::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout] 53 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mscm` in `pac`
[INFO] [stdout]  --> src/mscm.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::mscm::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `mscm` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Mscm` in `pac`
[INFO] [stdout]  --> src/mscm.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mscm::ptr() as *const pac::mscm::RegisterBlock) } }
[INFO] [stdout]   |                                       ^^^^ could not find `Mscm` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mcm0` in `pac`
[INFO] [stdout]  --> src/mcm.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::mcm0::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `mcm0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mscm` in `pac`
[INFO] [stdout]  --> src/mscm.rs:9:66
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mscm::ptr() as *const pac::mscm::RegisterBlock) } }
[INFO] [stdout]   |                                                                  ^^^^ could not find `mscm` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Mcm0` in `pac`
[INFO] [stdout]  --> src/mcm.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mcm0::ptr() as *const pac::mcm0::RegisterBlock) } }
[INFO] [stdout]   |                                       ^^^^ could not find `Mcm0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mcm0` in `pac`
[INFO] [stdout]  --> src/mcm.rs:9:66
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mcm0::ptr() as *const pac::mcm0::RegisterBlock) } }
[INFO] [stdout]   |                                                                  ^^^^ could not find `mcm0` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpit1` in `pac`
[INFO] [stdout]   --> src/lpit.rs:26:37
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let regs = unsafe { &*(pac::Lpit1::ptr() as *const periph::LpitBlock) };
[INFO] [stdout]    |                                     ^^^^^ could not find `Lpit1` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpit1`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 26 -         let regs = unsafe { &*(pac::Lpit1::ptr() as *const periph::LpitBlock) };
[INFO] [stdout] 26 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::LpitBlock) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mscm` in `pac`
[INFO] [stdout]  --> src/mscm.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::mscm::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `mscm` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Mscm` in `pac`
[INFO] [stdout]  --> src/mscm.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mscm::ptr() as *const pac::mscm::RegisterBlock) } }
[INFO] [stdout]   |                                       ^^^^ could not find `Mscm` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `mscm` in `pac`
[INFO] [stdout]  --> src/mscm.rs:9:66
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Mscm::ptr() as *const pac::mscm::RegisterBlock) } }
[INFO] [stdout]   |                                                                  ^^^^ could not find `mscm` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lptmr` in `periph`
[INFO] [stdout]   --> src/lptmr.rs:53:46
[INFO] [stdout]    |
[INFO] [stdout] 53 |             LptmrInstance::Lptmr0 => periph::Lptmr::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                              ^^^^^ could not find `Lptmr` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lptmr2` in `pac`
[INFO] [stdout]   --> src/lptmr.rs:56:43
[INFO] [stdout]    |
[INFO] [stdout] 56 |             LptmrInstance::Lptmr2 => pac::Lptmr2::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                           ^^^^^^ could not find `Lptmr2` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::lptmr::LptmrInstance::Lptmr2`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 56 -             LptmrInstance::Lptmr2 => pac::Lptmr2::ptr() as *const periph::LptmrBlock,
[INFO] [stdout] 56 +             LptmrInstance::Lptmr2 => crate::lptmr::LptmrInstance::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpit1` in `pac`
[INFO] [stdout]   --> src/lpit.rs:26:37
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let regs = unsafe { &*(pac::Lpit1::ptr() as *const periph::LpitBlock) };
[INFO] [stdout]    |                                     ^^^^^ could not find `Lpit1` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpit1`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 26 -         let regs = unsafe { &*(pac::Lpit1::ptr() as *const periph::LpitBlock) };
[INFO] [stdout] 26 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::LpitBlock) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lptmr` in `periph`
[INFO] [stdout]   --> src/lptmr.rs:53:46
[INFO] [stdout]    |
[INFO] [stdout] 53 |             LptmrInstance::Lptmr0 => periph::Lptmr::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                              ^^^^^ could not find `Lptmr` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpspi` in `periph`
[INFO] [stdout]   --> src/lpspi.rs:84:40
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let regs = unsafe { &*(periph::Lpspi::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]    |                                        ^^^^^ could not find `Lpspi` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lptmr2` in `pac`
[INFO] [stdout]   --> src/lptmr.rs:56:43
[INFO] [stdout]    |
[INFO] [stdout] 56 |             LptmrInstance::Lptmr2 => pac::Lptmr2::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                           ^^^^^^ could not find `Lptmr2` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::lptmr::LptmrInstance::Lptmr2`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 56 -             LptmrInstance::Lptmr2 => pac::Lptmr2::ptr() as *const periph::LptmrBlock,
[INFO] [stdout] 56 +             LptmrInstance::Lptmr2 => crate::lptmr::LptmrInstance::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpspi3` in `pac`
[INFO] [stdout]    --> src/lpspi.rs:104:37
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let regs = unsafe { &*(pac::Lpspi3::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]     |                                     ^^^^^^ could not find `Lpspi3` in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpspi3`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 104 -         let regs = unsafe { &*(pac::Lpspi3::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout] 104 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpspi` in `periph`
[INFO] [stdout]   --> src/lpspi.rs:84:40
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let regs = unsafe { &*(periph::Lpspi::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]    |                                        ^^^^^ could not find `Lpspi` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpspi3` in `pac`
[INFO] [stdout]    --> src/lpspi.rs:104:37
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let regs = unsafe { &*(pac::Lpspi3::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]     |                                     ^^^^^^ could not find `Lpspi3` in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpspi3`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 104 -         let regs = unsafe { &*(pac::Lpspi3::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout] 104 +         let regs = unsafe { &*(crate::trgmux::TrgReg::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Llwu` in `periph`
[INFO] [stdout]   --> src/llwu.rs:32:40
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let regs = unsafe { &*(periph::Llwu::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                        ^^^^ could not find `Llwu` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Llwu1` in `pac`
[INFO] [stdout]   --> src/llwu.rs:37:37
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let regs = unsafe { &*(pac::Llwu1::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                     ^^^^^ could not find `Llwu1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Llwu` in `periph`
[INFO] [stdout]   --> src/llwu.rs:58:39
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let regs = unsafe { &*periph::Llwu::ptr() };
[INFO] [stdout]    |                                       ^^^^ could not find `Llwu` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:118:49
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 FilterEdge::Disabled => periph::llwu_periph::filt::Filte1::Filte1_0,
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Llwu` in `periph`
[INFO] [stdout]   --> src/llwu.rs:32:40
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let regs = unsafe { &*(periph::Llwu::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                        ^^^^ could not find `Llwu` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:119:48
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 FilterEdge::Posedge => periph::llwu_periph::filt::Filte1::Filte1_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:120:48
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 FilterEdge::Negedge => periph::llwu_periph::filt::Filte1::Filte1_2,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Llwu1` in `pac`
[INFO] [stdout]   --> src/llwu.rs:37:37
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let regs = unsafe { &*(pac::Llwu1::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                     ^^^^^ could not find `Llwu1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:121:44
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 FilterEdge::Any => periph::llwu_periph::filt::Filte1::Filte1_3,
[INFO] [stdout]     |                                            ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Llwu` in `periph`
[INFO] [stdout]   --> src/llwu.rs:58:39
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let regs = unsafe { &*periph::Llwu::ptr() };
[INFO] [stdout]    |                                       ^^^^ could not find `Llwu` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:131:49
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 FilterEdge::Disabled => periph::llwu_periph::filt::Filte2::Filte2_0,
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:132:48
[INFO] [stdout]     |
[INFO] [stdout] 132 |                 FilterEdge::Posedge => periph::llwu_periph::filt::Filte2::Filte2_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:118:49
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 FilterEdge::Disabled => periph::llwu_periph::filt::Filte1::Filte1_0,
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:133:48
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 FilterEdge::Negedge => periph::llwu_periph::filt::Filte2::Filte2_2,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:119:48
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 FilterEdge::Posedge => periph::llwu_periph::filt::Filte1::Filte1_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:134:44
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 FilterEdge::Any => periph::llwu_periph::filt::Filte2::Filte2_3,
[INFO] [stdout]     |                                            ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:120:48
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 FilterEdge::Negedge => periph::llwu_periph::filt::Filte1::Filte1_2,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:157:48
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 PinMode::DmaTrigger => periph::llwu_periph::fmc::Filtm1::Filtm1_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:121:44
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 FilterEdge::Any => periph::llwu_periph::filt::Filte1::Filte1_3,
[INFO] [stdout]     |                                            ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:158:47
[INFO] [stdout]     |
[INFO] [stdout] 158 |                 PinMode::Interrupt => periph::llwu_periph::fmc::Filtm1::Filtm1_0,
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:131:49
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 FilterEdge::Disabled => periph::llwu_periph::filt::Filte2::Filte2_0,
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:167:48
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 PinMode::DmaTrigger => periph::llwu_periph::fmc::Filtm2::Filtm2_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:132:48
[INFO] [stdout]     |
[INFO] [stdout] 132 |                 FilterEdge::Posedge => periph::llwu_periph::filt::Filte2::Filte2_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:168:47
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 PinMode::Interrupt => periph::llwu_periph::fmc::Filtm2::Filtm2_0,
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:133:48
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 FilterEdge::Negedge => periph::llwu_periph::filt::Filte2::Filte2_2,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:134:44
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 FilterEdge::Any => periph::llwu_periph::filt::Filte2::Filte2_3,
[INFO] [stdout]     |                                            ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpuart3` in `pac`
[INFO] [stdout]   --> src/lpuart.rs:93:21
[INFO] [stdout]    |
[INFO] [stdout] 93 |             &*(pac::Lpuart3::ptr() as *const periph::LpuartBlock)
[INFO] [stdout]    |                     ^^^^^^^ could not find `Lpuart3` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpuart3`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 93 -             &*(pac::Lpuart3::ptr() as *const periph::LpuartBlock)
[INFO] [stdout] 93 +             &*(crate::trgmux::TrgReg::ptr() as *const periph::LpuartBlock)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:157:48
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 PinMode::DmaTrigger => periph::llwu_periph::fmc::Filtm1::Filtm1_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:158:47
[INFO] [stdout]     |
[INFO] [stdout] 158 |                 PinMode::Interrupt => periph::llwu_periph::fmc::Filtm1::Filtm1_0,
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:167:48
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 PinMode::DmaTrigger => periph::llwu_periph::fmc::Filtm2::Filtm2_1,
[INFO] [stdout]     |                                                ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `llwu_periph` in `periph`
[INFO] [stdout]    --> src/llwu.rs:168:47
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 PinMode::Interrupt => periph::llwu_periph::fmc::Filtm2::Filtm2_0,
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `llwu_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rtc` in `pac`
[INFO] [stdout]   --> src/rtc.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |     regs: &'static pac::rtc::RegisterBlock,
[INFO] [stdout]    |                         ^^^ could not find `rtc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Lpuart3` in `pac`
[INFO] [stdout]   --> src/lpuart.rs:93:21
[INFO] [stdout]    |
[INFO] [stdout] 93 |             &*(pac::Lpuart3::ptr() as *const periph::LpuartBlock)
[INFO] [stdout]    |                     ^^^^^^^ could not find `Lpuart3` in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpuart3`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 93 -             &*(pac::Lpuart3::ptr() as *const periph::LpuartBlock)
[INFO] [stdout] 93 +             &*(crate::trgmux::TrgReg::ptr() as *const periph::LpuartBlock)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Rtc` in `pac`
[INFO] [stdout]   --> src/rtc.rs:29:37
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let regs = unsafe { &*(pac::Rtc::ptr() as *const pac::rtc::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^ could not find `Rtc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rtc` in `pac`
[INFO] [stdout]   --> src/rtc.rs:29:63
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let regs = unsafe { &*(pac::Rtc::ptr() as *const pac::rtc::RegisterBlock) };
[INFO] [stdout]    |                                                               ^^^ could not find `rtc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rsim` in `pac`
[INFO] [stdout]  --> src/rsim.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::rsim::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `rsim` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Rsim` in `pac`
[INFO] [stdout]   --> src/rsim.rs:16:37
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let regs = unsafe { &*(pac::Rsim::ptr() as *const pac::rsim::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Rsim` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rsim` in `pac`
[INFO] [stdout]   --> src/rsim.rs:16:64
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let regs = unsafe { &*(pac::Rsim::ptr() as *const pac::rsim::RegisterBlock) };
[INFO] [stdout]    |                                                                ^^^^ could not find `rsim` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sema420` in `pac`
[INFO] [stdout]   --> src/sema42.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     regs: &'static pac::sema420::RegisterBlock,
[INFO] [stdout]    |                         ^^^^^^^ could not find `sema420` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Sema421` in `pac`
[INFO] [stdout]   --> src/sema42.rs:31:39
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Self { regs: unsafe { &*(pac::Sema421::ptr() as *const pac::sema420::RegisterBlock) } }
[INFO] [stdout]    |                                       ^^^^^^^ could not find `Sema421` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rtc` in `pac`
[INFO] [stdout]   --> src/rtc.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |     regs: &'static pac::rtc::RegisterBlock,
[INFO] [stdout]    |                         ^^^ could not find `rtc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sema420` in `pac`
[INFO] [stdout]   --> src/sema42.rs:31:69
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Self { regs: unsafe { &*(pac::Sema421::ptr() as *const pac::sema420::RegisterBlock) } }
[INFO] [stdout]    |                                                                     ^^^^^^^ could not find `sema420` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Rtc` in `pac`
[INFO] [stdout]   --> src/rtc.rs:29:37
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let regs = unsafe { &*(pac::Rtc::ptr() as *const pac::rtc::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^ could not find `Rtc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sema420` in `pac`
[INFO] [stdout]   --> src/sema42.rs:36:43
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn gate_reg(&self, gate: u8) -> &pac::sema420::Gate {
[INFO] [stdout]    |                                           ^^^^^^^ could not find `sema420` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Porte` in `pac`
[INFO] [stdout]   --> src/port.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |         4 => Some(pac::Porte::ptr() as usize),
[INFO] [stdout]    |                        ^^^^^ could not find `Porte` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rtc` in `pac`
[INFO] [stdout]   --> src/rtc.rs:29:63
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let regs = unsafe { &*(pac::Rtc::ptr() as *const pac::rtc::RegisterBlock) };
[INFO] [stdout]    |                                                               ^^^ could not find `rtc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]   --> src/scg.rs:67:25
[INFO] [stdout]    |
[INFO] [stdout] 67 |     regs: &'static pac::scg::RegisterBlock,
[INFO] [stdout]    |                         ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rsim` in `pac`
[INFO] [stdout]  --> src/rsim.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::rsim::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `rsim` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Scg` in `pac`
[INFO] [stdout]   --> src/scg.rs:72:37
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let regs = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^ could not find `Scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Rsim` in `pac`
[INFO] [stdout]   --> src/rsim.rs:16:37
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let regs = unsafe { &*(pac::Rsim::ptr() as *const pac::rsim::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Rsim` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]   --> src/scg.rs:72:63
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let regs = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]    |                                                               ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rsim` in `pac`
[INFO] [stdout]   --> src/rsim.rs:16:64
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let regs = unsafe { &*(pac::Rsim::ptr() as *const pac::rsim::RegisterBlock) };
[INFO] [stdout]    |                                                                ^^^^ could not find `rsim` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:170:32
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                ^^^ could not find `Scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sema420` in `pac`
[INFO] [stdout]   --> src/sema42.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     regs: &'static pac::sema420::RegisterBlock,
[INFO] [stdout]    |                         ^^^^^^^ could not find `sema420` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:170:58
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                                          ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                ^^^ could not find `Scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Sema421` in `pac`
[INFO] [stdout]   --> src/sema42.rs:31:39
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Self { regs: unsafe { &*(pac::Sema421::ptr() as *const pac::sema420::RegisterBlock) } }
[INFO] [stdout]    |                                       ^^^^^^^ could not find `Sema421` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sema420` in `pac`
[INFO] [stdout]   --> src/sema42.rs:31:69
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Self { regs: unsafe { &*(pac::Sema421::ptr() as *const pac::sema420::RegisterBlock) } }
[INFO] [stdout]    |                                                                     ^^^^^^^ could not find `sema420` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:176:58
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                                          ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `sema420` in `pac`
[INFO] [stdout]   --> src/sema42.rs:36:43
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn gate_reg(&self, gate: u8) -> &pac::sema420::Gate {
[INFO] [stdout]    |                                           ^^^^^^^ could not find `sema420` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]   --> src/smc.rs:51:39
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]    |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Porte` in `pac`
[INFO] [stdout]   --> src/port.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |         4 => Some(pac::Porte::ptr() as usize),
[INFO] [stdout]    |                        ^^^^^ could not find `Porte` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]   --> src/smc.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]   --> src/scg.rs:67:25
[INFO] [stdout]    |
[INFO] [stdout] 67 |     regs: &'static pac::scg::RegisterBlock,
[INFO] [stdout]    |                         ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Scg` in `pac`
[INFO] [stdout]   --> src/scg.rs:72:37
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let regs = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]    |                                     ^^^ could not find `Scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]   --> src/scg.rs:72:63
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let regs = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]    |                                                               ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 VllsLevel::None => periph::smc_periph::pmprot::Avlls::Avlls0,
[INFO] [stdout]    |                                            ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:64:49
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 VllsLevel::Level0Or1 => periph::smc_periph::pmprot::Avlls::Avlls1,
[INFO] [stdout]    |                                                 ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:170:32
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                ^^^ could not find `Scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:65:49
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 VllsLevel::Level2Or3 => periph::smc_periph::pmprot::Avlls::Avlls2,
[INFO] [stdout]    |                                                 ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:170:58
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                                          ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:66:43
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 VllsLevel::All => periph::smc_periph::pmprot::Avlls::Avlls3,
[INFO] [stdout]    |                                           ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                ^^^ could not find `Scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]   --> src/smc.rs:75:39
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]    |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `scg` in `pac`
[INFO] [stdout]    --> src/scg.rs:176:58
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let scg = unsafe { &*(pac::Scg::ptr() as *const pac::scg::RegisterBlock) };
[INFO] [stdout]     |                                                          ^^^ could not find `scg` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]   --> src/smc.rs:80:37
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]   --> src/smc.rs:51:39
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]    |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]   --> src/smc.rs:85:39
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]    |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]   --> src/smc.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]   --> src/smc.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 VllsLevel::None => periph::smc_periph::pmprot::Avlls::Avlls0,
[INFO] [stdout]    |                                            ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:96:39
[INFO] [stdout]    |
[INFO] [stdout] 96 |             PowerMode::Run => periph::smc_periph::pmctrl::Runm::Runm0,
[INFO] [stdout]    |                                       ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:97:40
[INFO] [stdout]    |
[INFO] [stdout] 97 |             PowerMode::Vlpr => periph::smc_periph::pmctrl::Runm::Runm2,
[INFO] [stdout]    |                                        ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:64:49
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 VllsLevel::Level0Or1 => periph::smc_periph::pmprot::Avlls::Avlls1,
[INFO] [stdout]    |                                                 ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:98:41
[INFO] [stdout]    |
[INFO] [stdout] 98 |             PowerMode::Hsrun => periph::smc_periph::pmctrl::Runm::Runm3,
[INFO] [stdout]    |                                         ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:65:49
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 VllsLevel::Level2Or3 => periph::smc_periph::pmprot::Avlls::Avlls2,
[INFO] [stdout]    |                                                 ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:66:43
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 VllsLevel::All => periph::smc_periph::pmprot::Avlls::Avlls3,
[INFO] [stdout]    |                                           ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:108:45
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 StopMode::Normal => periph::smc_periph::pmctrl::Stopm::Stopm0,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:109:43
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 StopMode::Vlps => periph::smc_periph::pmctrl::Stopm::Stopm2,
[INFO] [stdout]     |                                           ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]   --> src/smc.rs:75:39
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]    |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:110:42
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 StopMode::Lls => periph::smc_periph::pmctrl::Stopm::Stopm3,
[INFO] [stdout]     |                                          ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]   --> src/smc.rs:80:37
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:111:45
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 StopMode::Vlls23 => periph::smc_periph::pmctrl::Stopm::Stopm4,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]   --> src/smc.rs:85:39
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]    |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 |                 StopMode::Vlls01 => periph::smc_periph::pmctrl::Stopm::Stopm6,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]   --> src/smc.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:115:52
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 PartialStopOption::Stop => periph::smc_periph::pmctrl::Pstopo::Pstopo0,
[INFO] [stdout]     |                                                    ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 PartialStopOption::PStop1 => periph::smc_periph::pmctrl::Pstopo::Pstopo1,
[INFO] [stdout]     |                                                      ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 PartialStopOption::PStop2 => periph::smc_periph::pmctrl::Pstopo::Pstopo2,
[INFO] [stdout]     |                                                      ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:96:39
[INFO] [stdout]    |
[INFO] [stdout] 96 |             PowerMode::Run => periph::smc_periph::pmctrl::Runm::Runm0,
[INFO] [stdout]    |                                       ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 PartialStopOption::PStop3 => periph::smc_periph::pmctrl::Pstopo::Pstopo3,
[INFO] [stdout]     |                                                      ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:97:40
[INFO] [stdout]    |
[INFO] [stdout] 97 |             PowerMode::Vlpr => periph::smc_periph::pmctrl::Runm::Runm2,
[INFO] [stdout]    |                                        ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]    --> src/smc.rs:124:39
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]     |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]   --> src/smc.rs:98:41
[INFO] [stdout]    |
[INFO] [stdout] 98 |             PowerMode::Hsrun => periph::smc_periph::pmctrl::Runm::Runm3,
[INFO] [stdout]    |                                         ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]    --> src/smc.rs:129:37
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:108:45
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 StopMode::Normal => periph::smc_periph::pmctrl::Stopm::Stopm0,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:109:43
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 StopMode::Vlps => periph::smc_periph::pmctrl::Stopm::Stopm2,
[INFO] [stdout]     |                                           ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]    --> src/smc.rs:144:39
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]     |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:110:42
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 StopMode::Lls => periph::smc_periph::pmctrl::Stopm::Stopm3,
[INFO] [stdout]     |                                          ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]    --> src/smc.rs:149:37
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:111:45
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 StopMode::Vlls23 => periph::smc_periph::pmctrl::Stopm::Stopm4,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 |                 StopMode::Vlls01 => periph::smc_periph::pmctrl::Stopm::Stopm6,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:115:52
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 PartialStopOption::Stop => periph::smc_periph::pmctrl::Pstopo::Pstopo0,
[INFO] [stdout]     |                                                    ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Tpm` in `periph`
[INFO] [stdout]    --> src/tpm.rs:110:42
[INFO] [stdout]     |
[INFO] [stdout] 110 |             TpmInstance::Tpm0 => periph::Tpm::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                          ^^^ could not find `Tpm` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 PartialStopOption::PStop1 => periph::smc_periph::pmctrl::Pstopo::Pstopo1,
[INFO] [stdout]     |                                                      ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 PartialStopOption::PStop2 => periph::smc_periph::pmctrl::Pstopo::Pstopo2,
[INFO] [stdout]     |                                                      ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Tpm3` in `pac`
[INFO] [stdout]    --> src/tpm.rs:115:39
[INFO] [stdout]     |
[INFO] [stdout] 115 |             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                       ^^^^ could not find `Tpm3` in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::tpm::TpmInstance::Tpm3` and 1 other; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 115 -             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout] 115 +             TpmInstance::Tpm3 => crate::tpm::TpmInstance::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |
[INFO] [stdout] 115 -             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout] 115 +             TpmInstance::Tpm3 => crate::trgmux::TrgReg::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `smc_periph` in `periph`
[INFO] [stdout]    --> src/smc.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 PartialStopOption::PStop3 => periph::smc_periph::pmctrl::Pstopo::Pstopo3,
[INFO] [stdout]     |                                                      ^^^^^^^^^^ could not find `smc_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:162:48
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 ClockMode::Disabled => periph::tpm_periph::sc::Cmod::Cmod0,
[INFO] [stdout]     |                                                ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]    --> src/smc.rs:124:39
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]     |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:163:50
[INFO] [stdout]     |
[INFO] [stdout] 163 |                 ClockMode::EveryClock => periph::tpm_periph::sc::Cmod::Cmod1,
[INFO] [stdout]     |                                                  ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]    --> src/smc.rs:129:37
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:164:53
[INFO] [stdout]     |
[INFO] [stdout] 164 |                 ClockMode::ExternalClock => periph::tpm_periph::sc::Cmod::Cmod2,
[INFO] [stdout]     |                                                     ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:167:44
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 Prescaler::Div1 => periph::tpm_periph::sc::Ps::Ps0,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc` in `periph`
[INFO] [stdout]    --> src/smc.rs:144:39
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let regs = unsafe { &*periph::Smc::ptr() };
[INFO] [stdout]     |                                       ^^^ could not find `Smc` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:168:44
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 Prescaler::Div2 => periph::tpm_periph::sc::Ps::Ps1,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Smc1` in `pac`
[INFO] [stdout]    --> src/smc.rs:149:37
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                     ^^^^ could not find `Smc1` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:169:44
[INFO] [stdout]     |
[INFO] [stdout] 169 |                 Prescaler::Div4 => periph::tpm_periph::sc::Ps::Ps2,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:170:44
[INFO] [stdout]     |
[INFO] [stdout] 170 |                 Prescaler::Div8 => periph::tpm_periph::sc::Ps::Ps3,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:171:45
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 Prescaler::Div16 => periph::tpm_periph::sc::Ps::Ps4,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Tpm` in `periph`
[INFO] [stdout]    --> src/tpm.rs:110:42
[INFO] [stdout]     |
[INFO] [stdout] 110 |             TpmInstance::Tpm0 => periph::Tpm::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                          ^^^ could not find `Tpm` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:172:45
[INFO] [stdout]     |
[INFO] [stdout] 172 |                 Prescaler::Div32 => periph::tpm_periph::sc::Ps::Ps5,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:173:45
[INFO] [stdout]     |
[INFO] [stdout] 173 |                 Prescaler::Div64 => periph::tpm_periph::sc::Ps::Ps6,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Tpm3` in `pac`
[INFO] [stdout]    --> src/tpm.rs:115:39
[INFO] [stdout]     |
[INFO] [stdout] 115 |             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                       ^^^^ could not find `Tpm3` in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::tpm::TpmInstance::Tpm3` and 1 other; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 115 -             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout] 115 +             TpmInstance::Tpm3 => crate::tpm::TpmInstance::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |
[INFO] [stdout] 115 -             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout] 115 +             TpmInstance::Tpm3 => crate::trgmux::TrgReg::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                 Prescaler::Div128 => periph::tpm_periph::sc::Ps::Ps7,
[INFO] [stdout]     |                                              ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:162:48
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 ClockMode::Disabled => periph::tpm_periph::sc::Cmod::Cmod0,
[INFO] [stdout]     |                                                ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Trgmux` in `periph`
[INFO] [stdout]   --> src/trgmux.rs:39:40
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let regs = unsafe { &*(periph::Trgmux::ptr() as *const periph::TrgmuxBlock) };
[INFO] [stdout]    |                                        ^^^^^^ could not find `Trgmux` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:163:50
[INFO] [stdout]     |
[INFO] [stdout] 163 |                 ClockMode::EveryClock => periph::tpm_periph::sc::Cmod::Cmod1,
[INFO] [stdout]     |                                                  ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:164:53
[INFO] [stdout]     |
[INFO] [stdout] 164 |                 ClockMode::ExternalClock => periph::tpm_periph::sc::Cmod::Cmod2,
[INFO] [stdout]     |                                                     ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:167:44
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 Prescaler::Div1 => periph::tpm_periph::sc::Ps::Ps0,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:168:44
[INFO] [stdout]     |
[INFO] [stdout] 168 |                 Prescaler::Div2 => periph::tpm_periph::sc::Ps::Ps1,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `trng` in `pac`
[INFO] [stdout]  --> src/trng.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 |     regs: &'static pac::trng::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `trng` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:169:44
[INFO] [stdout]     |
[INFO] [stdout] 169 |                 Prescaler::Div4 => periph::tpm_periph::sc::Ps::Ps2,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:170:44
[INFO] [stdout]     |
[INFO] [stdout] 170 |                 Prescaler::Div8 => periph::tpm_periph::sc::Ps::Ps3,
[INFO] [stdout]     |                                            ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Trng` in `pac`
[INFO] [stdout]   --> src/trng.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 |         let regs = unsafe { &*pac::Trng::ptr() };
[INFO] [stdout]    |                                    ^^^^ could not find `Trng` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:171:45
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 Prescaler::Div16 => periph::tpm_periph::sc::Ps::Ps4,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Wdog` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:49:50
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let regs = unsafe { &*(device_selection::Wdog::ptr() as *const WdogBlock) };
[INFO] [stdout]    |                                                  ^^^^ could not find `Wdog` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:172:45
[INFO] [stdout]     |
[INFO] [stdout] 172 |                 Prescaler::Div32 => periph::tpm_periph::sc::Ps::Ps5,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:64:59
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     ClockSource::Bus => device_selection::wdog_periph::cs::Clk::Clk0,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:173:45
[INFO] [stdout]     |
[INFO] [stdout] 173 |                 Prescaler::Div64 => periph::tpm_periph::sc::Ps::Ps6,
[INFO] [stdout]     |                                             ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:65:59
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     ClockSource::Lpo => device_selection::wdog_periph::cs::Clk::Clk1,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `tpm_periph` in `periph`
[INFO] [stdout]    --> src/tpm.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                 Prescaler::Div128 => periph::tpm_periph::sc::Ps::Ps7,
[INFO] [stdout]     |                                              ^^^^^^^^^^ could not find `tpm_periph` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:66:62
[INFO] [stdout]    |
[INFO] [stdout] 66 |                     ClockSource::IntClk => device_selection::wdog_periph::cs::Clk::Clk2,
[INFO] [stdout]    |                                                              ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:67:61
[INFO] [stdout]    |
[INFO] [stdout] 67 |                     ClockSource::ErClk => device_selection::wdog_periph::cs::Clk::Clk3,
[INFO] [stdout]    |                                                             ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `xrdc` in `pac`
[INFO] [stdout]  --> src/xrdc.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::xrdc::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `xrdc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Trgmux` in `periph`
[INFO] [stdout]   --> src/trgmux.rs:39:40
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let regs = unsafe { &*(periph::Trgmux::ptr() as *const periph::TrgmuxBlock) };
[INFO] [stdout]    |                                        ^^^^^^ could not find `Trgmux` in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Xrdc` in `pac`
[INFO] [stdout]  --> src/xrdc.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Xrdc::ptr() as *const pac::xrdc::RegisterBlock) } }
[INFO] [stdout]   |                                       ^^^^ could not find `Xrdc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `xrdc` in `pac`
[INFO] [stdout]  --> src/xrdc.rs:9:66
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Xrdc::ptr() as *const pac::xrdc::RegisterBlock) } }
[INFO] [stdout]   |                                                                  ^^^^ could not find `xrdc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Cau3` in crate `pac`
[INFO] [stdout]  --> src/cau3.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(_regs: pac::Cau3) -> Self {
[INFO] [stdout]   |                            ^^^^ not found in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Gpioe` in crate `crate::pac`
[INFO] [stdout]   --> src/gpio/ports.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 | gpio_port!(4: crate::pac::Gpioe => gpioe, Parts {
[INFO] [stdout]    |                           ^^^^^ not found in `crate::pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2cBlock` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |     regs: &'static periph::Lpi2cBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(_regs: periph::Lpi2c, pcc0: &periph::Pcc, frequency: u32) -> Self {
[INFO] [stdout]    |                               ^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(_regs: periph::Lpi2c, pcc0: &periph::Pcc, frequency: u32) -> Self {
[INFO] [stdout]    |                                                     ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn new_with_config(_regs: periph::Lpi2c, pcc0: &periph::Pcc, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                           ^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:63:65
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn new_with_config(_regs: periph::Lpi2c, pcc0: &periph::Pcc, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                                                 ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c3` in crate `pac`
[INFO] [stdout]   --> src/lpi2c.rs:79:35
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn new_lpi2c3(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout]    |                                   ^^^^^^ not found in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpi2c3`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 79 -     pub fn new_lpi2c3(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout] 79 +     pub fn new_lpi2c3(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:79:58
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn new_lpi2c3(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout]    |                                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c3` in crate `pac`
[INFO] [stdout]   --> src/lpi2c.rs:84:47
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new_lpi2c3_with_config(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                               ^^^^^^ not found in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpi2c3`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 84 -     pub fn new_lpi2c3_with_config(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout] 84 +     pub fn new_lpi2c3_with_config(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:84:70
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new_lpi2c3_with_config(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                                                      ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:88:28
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn _new(pcc0: &periph::Pcc, instance: u8, config: I2cConfig) -> Self {
[INFO] [stdout]    |                            ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `trng` in `pac`
[INFO] [stdout]  --> src/trng.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 |     regs: &'static pac::trng::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `trng` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `enable_lpi2c_clock` in module `pcc`
[INFO] [stdout]    --> src/lpi2c.rs:89:14
[INFO] [stdout]     |
[INFO] [stdout]  89 |         pcc::enable_lpi2c_clock(pcc0, instance);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pcc.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn enable_lpi2c3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `enable_lpi2c3_clock` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:36:8
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[cfg(feature = "ri5cy")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `ri5cy` feature
[INFO] [stdout]  36 | pub fn enable_lpi2c_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:43:8
[INFO] [stdout]     |
[INFO] [stdout]  42 | #[cfg(feature = "zero-riscy")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `zero-riscy` feature
[INFO] [stdout]  43 | pub fn enable_lpi2c_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  89 |         pcc::enable_lpi2c3_clock(pcc0, instance);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/lpi2c.rs:105:37
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn _new_with_pcc(pcc1: &periph::Pcc1, _instance: u8, config: I2cConfig) -> Self {
[INFO] [stdout]     |                                     ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2cBlock` in module `periph`
[INFO] [stdout]    --> src/lpi2c.rs:107:69
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let regs = unsafe { &*(pac::Lpi2c3::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout]     |                                                                     ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2cBlock` in module `periph`
[INFO] [stdout]    --> src/lpi2c.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn init(regs: &'static periph::Lpi2cBlock, config: I2cConfig) -> Self {
[INFO] [stdout]     |                                    ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpcmpBlock` in module `periph`
[INFO] [stdout]   --> src/lpcmp.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 |     regs: &'static periph::LpcmpBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpcmpBlock` in module `periph`
[INFO] [stdout]   --> src/lpcmp.rs:48:71
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let regs = unsafe { &*(periph::Lpcmp::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                                                       ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpcmpBlock` in module `periph`
[INFO] [stdout]   --> src/lpcmp.rs:53:69
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let regs = unsafe { &*(pac::Lpcmp1::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                                                     ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpitBlock` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |     regs: &'static periph::LpitBlock,
[INFO] [stdout]    |                            ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpit1` in crate `pac`
[INFO] [stdout]   --> src/lpit.rs:23:34
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn new_lpit1(_regs: pac::Lpit1, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                                  ^^^^^ not found in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpit1`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub fn new_lpit1(_regs: pac::Lpit1, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout] 23 +     pub fn new_lpit1(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:23:56
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn new_lpit1(_regs: pac::Lpit1, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpitBlock` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:26:68
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let regs = unsafe { &*(pac::Lpit1::ptr() as *const periph::LpitBlock) };
[INFO] [stdout]    |                                                                    ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpitBlock` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:30:36
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn init(regs: &'static periph::LpitBlock, clock_hz: u32) -> Self {
[INFO] [stdout]    |                                    ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LptmrBlock` in module `periph`
[INFO] [stdout]   --> src/lptmr.rs:47:28
[INFO] [stdout]    |
[INFO] [stdout] 47 |     regs: &'static periph::LptmrBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LptmrBlock` in module `periph`
[INFO] [stdout]   --> src/lptmr.rs:53:77
[INFO] [stdout]    |
[INFO] [stdout] 53 |             LptmrInstance::Lptmr0 => periph::Lptmr::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                                                             ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Trng` in `pac`
[INFO] [stdout]   --> src/trng.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 |         let regs = unsafe { &*pac::Trng::ptr() };
[INFO] [stdout]    |                                    ^^^^ could not find `Trng` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LptmrBlock` in module `periph`
[INFO] [stdout]   --> src/lptmr.rs:56:75
[INFO] [stdout]    |
[INFO] [stdout] 56 |             LptmrInstance::Lptmr2 => pac::Lptmr2::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     regs: &'static periph::LpspiBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpspi` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:82:31
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn new(_regs: periph::Lpspi, pcc0: &periph::Pcc, config: Config) -> Self {
[INFO] [stdout]    |                               ^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:82:53
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn new(_regs: periph::Lpspi, pcc0: &periph::Pcc, config: Config) -> Self {
[INFO] [stdout]    |                                                     ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `enable_lpspi_clock` in module `pcc`
[INFO] [stdout]    --> src/lpspi.rs:83:14
[INFO] [stdout]     |
[INFO] [stdout]  83 |         pcc::enable_lpspi_clock(pcc0, 0);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pcc.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn enable_lpspi3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `enable_lpspi3_clock` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:22:8
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "ri5cy")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `ri5cy` feature
[INFO] [stdout]  22 | pub fn enable_lpspi_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:29:8
[INFO] [stdout]     |
[INFO] [stdout]  28 | #[cfg(feature = "zero-riscy")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `zero-riscy` feature
[INFO] [stdout]  29 | pub fn enable_lpspi_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  83 |         pcc::enable_lpspi3_clock(pcc0, 0);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:84:71
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let regs = unsafe { &*(periph::Lpspi::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]    |                                                                       ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpspi3` in crate `pac`
[INFO] [stdout]    --> src/lpspi.rs:102:35
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn new_lpspi3(_regs: pac::Lpspi3, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout]     |                                   ^^^^^^ not found in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpspi3`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 102 -     pub fn new_lpspi3(_regs: pac::Lpspi3, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout] 102 +     pub fn new_lpspi3(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/lpspi.rs:102:58
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn new_lpspi3(_regs: pac::Lpspi3, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout]     |                                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]    --> src/lpspi.rs:104:69
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let regs = unsafe { &*(pac::Lpspi3::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]     |                                                                     ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Wdog` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:49:50
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let regs = unsafe { &*(device_selection::Wdog::ptr() as *const WdogBlock) };
[INFO] [stdout]    |                                                  ^^^^ could not find `Wdog` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]    --> src/lpspi.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn init(regs: &'static periph::LpspiBlock, config: Config) -> Self {
[INFO] [stdout]     |                                    ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LlwuBlock` in module `periph`
[INFO] [stdout]   --> src/llwu.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 |     regs: &'static periph::LlwuBlock,
[INFO] [stdout]    |                            ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LlwuBlock` in module `periph`
[INFO] [stdout]   --> src/llwu.rs:32:70
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let regs = unsafe { &*(periph::Llwu::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                                                      ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LlwuBlock` in module `periph`
[INFO] [stdout]   --> src/llwu.rs:37:68
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let regs = unsafe { &*(pac::Llwu1::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                                                    ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 |     regs: &'static periph::LpuartBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:61:31
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn new(pcc0: &periph::Pcc, instance: u8, baud_rate: u32) -> Self {
[INFO] [stdout]    |                               ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:64:59
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     ClockSource::Bus => device_selection::wdog_periph::cs::Clk::Clk0,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:66:43
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new_with_config(pcc0: &periph::Pcc, instance: u8, config: UartConfig) -> Self {
[INFO] [stdout]    |                                           ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `enable_lpuart_clock` in module `pcc`
[INFO] [stdout]    --> src/lpuart.rs:67:14
[INFO] [stdout]     |
[INFO] [stdout]  67 |         pcc::enable_lpuart_clock(pcc0, instance);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pcc.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn enable_lpuart3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     | ----------------------------------------------- similarly named function `enable_lpuart3_clock` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:55:8
[INFO] [stdout]     |
[INFO] [stdout]  54 | #[cfg(feature = "ri5cy")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `ri5cy` feature
[INFO] [stdout]  55 | pub fn enable_lpuart_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:62:8
[INFO] [stdout]     |
[INFO] [stdout]  61 | #[cfg(feature = "zero-riscy")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `zero-riscy` feature
[INFO] [stdout]  62 | pub fn enable_lpuart_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  67 |         pcc::enable_lpuart3_clock(pcc0, instance);
[INFO] [stdout]     |                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new_lpuart3(pcc1: &periph::Pcc1, baud_rate: u32) -> Self {
[INFO] [stdout]    |                                       ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:89:51
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn new_lpuart3_with_config(pcc1: &periph::Pcc1, config: UartConfig) -> Self {
[INFO] [stdout]    |                                                   ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |             &*(pac::Lpuart3::ptr() as *const periph::LpuartBlock)
[INFO] [stdout]    |                                                      ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]    --> src/lpuart.rs:104:36
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn init(regs: &'static periph::LpuartBlock, config: UartConfig) -> Self {
[INFO] [stdout]     |                                    ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]    --> src/lpuart.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn write_config(regs: &periph::LpuartBlock, config: UartConfig) {
[INFO] [stdout]     |                                    ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:82:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn enable_porte_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                         ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:86:40
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn enable_cau3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:90:40
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn enable_trng_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:94:41
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn enable_lpit1_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                         ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:65:59
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     ClockSource::Lpo => device_selection::wdog_periph::cs::Clk::Clk1,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:98:40
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn enable_tpm3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:102:42
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn enable_lpi2c3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn enable_lpspi3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:110:43
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn enable_lpuart3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                           ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:129:44
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn enable_sema42_1_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                            ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Rsim` in crate `pac`
[INFO] [stdout]   --> src/rsim.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn new(_regs: pac::Rsim) -> Self {
[INFO] [stdout]    |                            ^^^^ not found in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/sema42.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn new(pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                               ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Scg` in crate `pac`
[INFO] [stdout]    --> src/scg.rs:161:30
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub fn configure(_scg: &pac::Scg, config: &Config) {
[INFO] [stdout]     |                              ^^^ not found in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:66:62
[INFO] [stdout]    |
[INFO] [stdout] 66 |                     ClockSource::IntClk => device_selection::wdog_periph::cs::Clk::Clk2,
[INFO] [stdout]    |                                                              ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:56:67
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:60:36
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn write_pmprot(regs: &periph::SmcBlock, config: &PowerModeConfig) {
[INFO] [stdout]    |                                    ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:80:67
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:90:67
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:94:36
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn write_pmctrl(regs: &periph::SmcBlock, mode: PowerMode) {
[INFO] [stdout]    |                                    ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:105:35
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn write_stopm(regs: &periph::SmcBlock, stop: StopMode, pstopo: PartialStopOption) {
[INFO] [stdout]     |                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:129:67
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `wdog_periph` in `device_selection`
[INFO] [stdout]   --> src/wdog.rs:67:61
[INFO] [stdout]    |
[INFO] [stdout] 67 |                     ClockSource::ErClk => device_selection::wdog_periph::cs::Clk::Clk3,
[INFO] [stdout]    |                                                             ^^^^^^^^^^^ could not find `wdog_periph` in `device_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:133:35
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn read_pmstat(regs: &periph::SmcBlock) -> PowerMode {
[INFO] [stdout]     |                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:149:67
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:153:32
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn read_srs(regs: &periph::SmcBlock) -> ResetCause {
[INFO] [stdout]     |                                ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |     regs: &'static periph::TpmBlock,
[INFO] [stdout]     |                            ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:110:71
[INFO] [stdout]     |
[INFO] [stdout] 110 |             TpmInstance::Tpm0 => periph::Tpm::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                                                       ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:115:69
[INFO] [stdout]     |
[INFO] [stdout] 115 |             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                                                     ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:582:28
[INFO] [stdout]     |
[INFO] [stdout] 582 |     regs: &'static periph::TpmBlock,
[INFO] [stdout]     |                            ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     regs: &'static periph::TrgmuxBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:39:72
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let regs = unsafe { &*(periph::Trgmux::ptr() as *const periph::TrgmuxBlock) };
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `xrdc` in `pac`
[INFO] [stdout]  --> src/xrdc.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 |     regs: &'static pac::xrdc::RegisterBlock,
[INFO] [stdout]   |                         ^^^^ could not find `xrdc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:43:36
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn trg_reg_write(reg: &periph::TrgmuxBlock, reg_sel: TrgReg, sel0: u8, lock: bool) {
[INFO] [stdout]    |                                    ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:88:35
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn trg_reg_read(reg: &periph::TrgmuxBlock, reg_sel: TrgReg) -> u8 {
[INFO] [stdout]    |                                   ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]    --> src/trgmux.rs:130:40
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn trg_reg_is_locked(reg: &periph::TrgmuxBlock, reg_sel: TrgReg) -> bool {
[INFO] [stdout]     |                                        ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/trng.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn new(pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                               ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Xrdc` in `pac`
[INFO] [stdout]  --> src/xrdc.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Xrdc::ptr() as *const pac::xrdc::RegisterBlock) } }
[INFO] [stdout]   |                                       ^^^^ could not find `Xrdc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `xrdc` in `pac`
[INFO] [stdout]  --> src/xrdc.rs:9:66
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self { regs: unsafe { &*(pac::Xrdc::ptr() as *const pac::xrdc::RegisterBlock) } }
[INFO] [stdout]   |                                                                  ^^^^ could not find `xrdc` in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::device_selection as periph`
[INFO] [stdout]  --> src/dual_core.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::device_selection as periph;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::pac`
[INFO] [stdout]  --> src/gpio/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::pac;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Cau3` in crate `pac`
[INFO] [stdout]  --> src/cau3.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(_regs: pac::Cau3) -> Self {
[INFO] [stdout]   |                            ^^^^ not found in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Gpioe` in crate `crate::pac`
[INFO] [stdout]   --> src/gpio/ports.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 | gpio_port!(4: crate::pac::Gpioe => gpioe, Parts {
[INFO] [stdout]    |                           ^^^^^ not found in `crate::pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2cBlock` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |     regs: &'static periph::Lpi2cBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(_regs: periph::Lpi2c, pcc0: &periph::Pcc, frequency: u32) -> Self {
[INFO] [stdout]    |                               ^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn new(_regs: periph::Lpi2c, pcc0: &periph::Pcc, frequency: u32) -> Self {
[INFO] [stdout]    |                                                     ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn new_with_config(_regs: periph::Lpi2c, pcc0: &periph::Pcc, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                           ^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:63:65
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn new_with_config(_regs: periph::Lpi2c, pcc0: &periph::Pcc, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                                                 ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c3` in crate `pac`
[INFO] [stdout]   --> src/lpi2c.rs:79:35
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn new_lpi2c3(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout]    |                                   ^^^^^^ not found in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpi2c3`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 79 -     pub fn new_lpi2c3(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout] 79 +     pub fn new_lpi2c3(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:79:58
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn new_lpi2c3(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, frequency: u32) -> Self {
[INFO] [stdout]    |                                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2c3` in crate `pac`
[INFO] [stdout]   --> src/lpi2c.rs:84:47
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new_lpi2c3_with_config(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                               ^^^^^^ not found in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpi2c3`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 84 -     pub fn new_lpi2c3_with_config(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout] 84 +     pub fn new_lpi2c3_with_config(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:84:70
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new_lpi2c3_with_config(_regs: pac::Lpi2c3, pcc1: &periph::Pcc1, config: I2cConfig) -> Self {
[INFO] [stdout]    |                                                                      ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpi2c.rs:88:28
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn _new(pcc0: &periph::Pcc, instance: u8, config: I2cConfig) -> Self {
[INFO] [stdout]    |                            ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `enable_lpi2c_clock` in module `pcc`
[INFO] [stdout]    --> src/lpi2c.rs:89:14
[INFO] [stdout]     |
[INFO] [stdout]  89 |         pcc::enable_lpi2c_clock(pcc0, instance);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pcc.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn enable_lpi2c3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `enable_lpi2c3_clock` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:36:8
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[cfg(feature = "ri5cy")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `ri5cy` feature
[INFO] [stdout]  36 | pub fn enable_lpi2c_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:43:8
[INFO] [stdout]     |
[INFO] [stdout]  42 | #[cfg(feature = "zero-riscy")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `zero-riscy` feature
[INFO] [stdout]  43 | pub fn enable_lpi2c_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  89 |         pcc::enable_lpi2c3_clock(pcc0, instance);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/lpi2c.rs:105:37
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn _new_with_pcc(pcc1: &periph::Pcc1, _instance: u8, config: I2cConfig) -> Self {
[INFO] [stdout]     |                                     ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2cBlock` in module `periph`
[INFO] [stdout]    --> src/lpi2c.rs:107:69
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let regs = unsafe { &*(pac::Lpi2c3::ptr() as *const periph::Lpi2cBlock) };
[INFO] [stdout]     |                                                                     ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpi2cBlock` in module `periph`
[INFO] [stdout]    --> src/lpi2c.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn init(regs: &'static periph::Lpi2cBlock, config: I2cConfig) -> Self {
[INFO] [stdout]     |                                    ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpcmpBlock` in module `periph`
[INFO] [stdout]   --> src/lpcmp.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 |     regs: &'static periph::LpcmpBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpcmpBlock` in module `periph`
[INFO] [stdout]   --> src/lpcmp.rs:48:71
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let regs = unsafe { &*(periph::Lpcmp::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                                                       ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpcmpBlock` in module `periph`
[INFO] [stdout]   --> src/lpcmp.rs:53:69
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let regs = unsafe { &*(pac::Lpcmp1::ptr() as *const periph::LpcmpBlock) };
[INFO] [stdout]    |                                                                     ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpitBlock` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |     regs: &'static periph::LpitBlock,
[INFO] [stdout]    |                            ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpit1` in crate `pac`
[INFO] [stdout]   --> src/lpit.rs:23:34
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn new_lpit1(_regs: pac::Lpit1, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                                  ^^^^^ not found in `pac`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpit1`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub fn new_lpit1(_regs: pac::Lpit1, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout] 23 +     pub fn new_lpit1(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:23:56
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn new_lpit1(_regs: pac::Lpit1, pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpitBlock` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:26:68
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let regs = unsafe { &*(pac::Lpit1::ptr() as *const periph::LpitBlock) };
[INFO] [stdout]    |                                                                    ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpitBlock` in module `periph`
[INFO] [stdout]   --> src/lpit.rs:30:36
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn init(regs: &'static periph::LpitBlock, clock_hz: u32) -> Self {
[INFO] [stdout]    |                                    ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LptmrBlock` in module `periph`
[INFO] [stdout]   --> src/lptmr.rs:47:28
[INFO] [stdout]    |
[INFO] [stdout] 47 |     regs: &'static periph::LptmrBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LptmrBlock` in module `periph`
[INFO] [stdout]   --> src/lptmr.rs:53:77
[INFO] [stdout]    |
[INFO] [stdout] 53 |             LptmrInstance::Lptmr0 => periph::Lptmr::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                                                             ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LptmrBlock` in module `periph`
[INFO] [stdout]   --> src/lptmr.rs:56:75
[INFO] [stdout]    |
[INFO] [stdout] 56 |             LptmrInstance::Lptmr2 => pac::Lptmr2::ptr() as *const periph::LptmrBlock,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     regs: &'static periph::LpspiBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpspi` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:82:31
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn new(_regs: periph::Lpspi, pcc0: &periph::Pcc, config: Config) -> Self {
[INFO] [stdout]    |                               ^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:82:53
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn new(_regs: periph::Lpspi, pcc0: &periph::Pcc, config: Config) -> Self {
[INFO] [stdout]    |                                                     ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `enable_lpspi_clock` in module `pcc`
[INFO] [stdout]    --> src/lpspi.rs:83:14
[INFO] [stdout]     |
[INFO] [stdout]  83 |         pcc::enable_lpspi_clock(pcc0, 0);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pcc.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn enable_lpspi3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `enable_lpspi3_clock` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:22:8
[INFO] [stdout]     |
[INFO] [stdout]  21 | #[cfg(feature = "ri5cy")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `ri5cy` feature
[INFO] [stdout]  22 | pub fn enable_lpspi_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:29:8
[INFO] [stdout]     |
[INFO] [stdout]  28 | #[cfg(feature = "zero-riscy")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `zero-riscy` feature
[INFO] [stdout]  29 | pub fn enable_lpspi_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  83 |         pcc::enable_lpspi3_clock(pcc0, 0);
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]   --> src/lpspi.rs:84:71
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let regs = unsafe { &*(periph::Lpspi::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]    |                                                                       ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Lpspi3` in crate `pac`
[INFO] [stdout]    --> src/lpspi.rs:102:35
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn new_lpspi3(_regs: pac::Lpspi3, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout]     |                                   ^^^^^^ not found in `pac`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an enum variant `crate::trgmux::TrgReg::Lpspi3`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 102 -     pub fn new_lpspi3(_regs: pac::Lpspi3, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout] 102 +     pub fn new_lpspi3(_regs: crate::trgmux::TrgReg, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/lpspi.rs:102:58
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn new_lpspi3(_regs: pac::Lpspi3, pcc1: &periph::Pcc1, config: Config) -> Self {
[INFO] [stdout]     |                                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]    --> src/lpspi.rs:104:69
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let regs = unsafe { &*(pac::Lpspi3::ptr() as *const periph::LpspiBlock) };
[INFO] [stdout]     |                                                                     ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpspiBlock` in module `periph`
[INFO] [stdout]    --> src/lpspi.rs:108:36
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn init(regs: &'static periph::LpspiBlock, config: Config) -> Self {
[INFO] [stdout]     |                                    ^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LlwuBlock` in module `periph`
[INFO] [stdout]   --> src/llwu.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 |     regs: &'static periph::LlwuBlock,
[INFO] [stdout]    |                            ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LlwuBlock` in module `periph`
[INFO] [stdout]   --> src/llwu.rs:32:70
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let regs = unsafe { &*(periph::Llwu::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                                                      ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LlwuBlock` in module `periph`
[INFO] [stdout]   --> src/llwu.rs:37:68
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let regs = unsafe { &*(pac::Llwu1::ptr() as *const periph::LlwuBlock) };
[INFO] [stdout]    |                                                                    ^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 |     regs: &'static periph::LpuartBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:61:31
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn new(pcc0: &periph::Pcc, instance: u8, baud_rate: u32) -> Self {
[INFO] [stdout]    |                               ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:66:43
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn new_with_config(pcc0: &periph::Pcc, instance: u8, config: UartConfig) -> Self {
[INFO] [stdout]    |                                           ^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `enable_lpuart_clock` in module `pcc`
[INFO] [stdout]    --> src/lpuart.rs:67:14
[INFO] [stdout]     |
[INFO] [stdout]  67 |         pcc::enable_lpuart_clock(pcc0, instance);
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pcc.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn enable_lpuart3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     | ----------------------------------------------- similarly named function `enable_lpuart3_clock` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:55:8
[INFO] [stdout]     |
[INFO] [stdout]  54 | #[cfg(feature = "ri5cy")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `ri5cy` feature
[INFO] [stdout]  55 | pub fn enable_lpuart_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pcc.rs:62:8
[INFO] [stdout]     |
[INFO] [stdout]  61 | #[cfg(feature = "zero-riscy")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `zero-riscy` feature
[INFO] [stdout]  62 | pub fn enable_lpuart_clock(pcc: &periph::Pcc, instance: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  67 |         pcc::enable_lpuart3_clock(pcc0, instance);
[INFO] [stdout]     |                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn new_lpuart3(pcc1: &periph::Pcc1, baud_rate: u32) -> Self {
[INFO] [stdout]    |                                       ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:89:51
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn new_lpuart3_with_config(pcc1: &periph::Pcc1, config: UartConfig) -> Self {
[INFO] [stdout]    |                                                   ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]   --> src/lpuart.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |             &*(pac::Lpuart3::ptr() as *const periph::LpuartBlock)
[INFO] [stdout]    |                                                      ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]    --> src/lpuart.rs:104:36
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn init(regs: &'static periph::LpuartBlock, config: UartConfig) -> Self {
[INFO] [stdout]     |                                    ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LpuartBlock` in module `periph`
[INFO] [stdout]    --> src/lpuart.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn write_config(regs: &periph::LpuartBlock, config: UartConfig) {
[INFO] [stdout]     |                                    ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:82:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn enable_porte_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                         ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:86:40
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn enable_cau3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:90:40
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn enable_trng_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:94:41
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn enable_lpit1_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                         ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/pcc.rs:98:40
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn enable_tpm3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]    |                                        ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:102:42
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn enable_lpi2c3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:106:42
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn enable_lpspi3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                          ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:110:43
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn enable_lpuart3_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                           ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]    --> src/pcc.rs:129:44
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn enable_sema42_1_clock(pcc: &periph::Pcc1) {
[INFO] [stdout]     |                                            ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Rsim` in crate `pac`
[INFO] [stdout]   --> src/rsim.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn new(_regs: pac::Rsim) -> Self {
[INFO] [stdout]    |                            ^^^^ not found in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/sema42.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn new(pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                               ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Scg` in crate `pac`
[INFO] [stdout]    --> src/scg.rs:161:30
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub fn configure(_scg: &pac::Scg, config: &Config) {
[INFO] [stdout]     |                              ^^^ not found in `pac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:56:67
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:60:36
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn write_pmprot(regs: &periph::SmcBlock, config: &PowerModeConfig) {
[INFO] [stdout]    |                                    ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:80:67
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:90:67
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]    |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]   --> src/smc.rs:94:36
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn write_pmctrl(regs: &periph::SmcBlock, mode: PowerMode) {
[INFO] [stdout]    |                                    ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:105:35
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn write_stopm(regs: &periph::SmcBlock, stop: StopMode, pstopo: PartialStopOption) {
[INFO] [stdout]     |                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:129:67
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:133:35
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn read_pmstat(regs: &periph::SmcBlock) -> PowerMode {
[INFO] [stdout]     |                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:149:67
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let regs = unsafe { &*(pac::Smc1::ptr() as *const periph::SmcBlock) };
[INFO] [stdout]     |                                                                   ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmcBlock` in module `periph`
[INFO] [stdout]    --> src/smc.rs:153:32
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn read_srs(regs: &periph::SmcBlock) -> ResetCause {
[INFO] [stdout]     |                                ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |     regs: &'static periph::TpmBlock,
[INFO] [stdout]     |                            ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:110:71
[INFO] [stdout]     |
[INFO] [stdout] 110 |             TpmInstance::Tpm0 => periph::Tpm::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                                                       ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:115:69
[INFO] [stdout]     |
[INFO] [stdout] 115 |             TpmInstance::Tpm3 => pac::Tpm3::ptr() as *const periph::TpmBlock,
[INFO] [stdout]     |                                                                     ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TpmBlock` in module `periph`
[INFO] [stdout]    --> src/tpm.rs:582:28
[INFO] [stdout]     |
[INFO] [stdout] 582 |     regs: &'static periph::TpmBlock,
[INFO] [stdout]     |                            ^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     regs: &'static periph::TrgmuxBlock,
[INFO] [stdout]    |                            ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:39:72
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let regs = unsafe { &*(periph::Trgmux::ptr() as *const periph::TrgmuxBlock) };
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:43:36
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn trg_reg_write(reg: &periph::TrgmuxBlock, reg_sel: TrgReg, sel0: u8, lock: bool) {
[INFO] [stdout]    |                                    ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]   --> src/trgmux.rs:88:35
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn trg_reg_read(reg: &periph::TrgmuxBlock, reg_sel: TrgReg) -> u8 {
[INFO] [stdout]    |                                   ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TrgmuxBlock` in module `periph`
[INFO] [stdout]    --> src/trgmux.rs:130:40
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn trg_reg_is_locked(reg: &periph::TrgmuxBlock, reg_sel: TrgReg) -> bool {
[INFO] [stdout]     |                                        ^^^^^^^^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Pcc1` in module `periph`
[INFO] [stdout]   --> src/trng.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn new(pcc1: &periph::Pcc1) -> Self {
[INFO] [stdout]    |                               ^^^^ not found in `periph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::device_selection as periph`
[INFO] [stdout]  --> src/dual_core.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::device_selection as periph;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::pac`
[INFO] [stdout]  --> src/gpio/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::pac;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         gpio_reg::<P>().pddr().modify(|r, w| unsafe { w.pdd().bits(r.pdd().bits() | (1 << N)) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         gpio_reg::<P>().pddr().modify(|r, w| unsafe { w.pdd().bits(r.pdd().bits() & !(1 << N)) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         gpio_reg::<P>().pcor().write(|w| unsafe { w.ptco().bits(1 << N) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         gpio_reg::<P>().psor().write(|w| unsafe { w.ptso().bits(1 << N) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 |         Ok(gpio_reg::<P>().pdor().read().pdo().bits() & (1 << N) != 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Ok(gpio_reg::<P>().pdor().read().pdo().bits() & (1 << N) == 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         gpio_reg::<P>().ptor().write(|w| unsafe { w.ptto().bits(1 << N) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 |         Ok(gpio_reg::<P>().pdir().read().bits() & (1 << N) != 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 |         Ok(gpio_reg::<P>().pdir().read().bits() & (1 << N) == 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:141:22
[INFO] [stdout]     |
[INFO] [stdout] 141 |                 0 => Prescale::Prescale0,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |                 1 => Prescale::Prescale1,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:143:22
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 2 => Prescale::Prescale2,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:144:22
[INFO] [stdout]     |
[INFO] [stdout] 144 |                 3 => Prescale::Prescale3,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 4 => Prescale::Prescale4,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:146:22
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 5 => Prescale::Prescale5,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 6 => Prescale::Prescale6,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:148:22
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 7 => Prescale::Prescale7,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpha` in this scope
[INFO] [stdout]    --> src/lpspi.rs:152:47
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 ClockPhase::CaptureLeading => Cpha::Cpha0,
[INFO] [stdout]     |                                               ^^^^ use of undeclared type `Cpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpha` in this scope
[INFO] [stdout]    --> src/lpspi.rs:153:48
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 ClockPhase::CaptureTrailing => Cpha::Cpha1,
[INFO] [stdout]     |                                                ^^^^ use of undeclared type `Cpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpol` in this scope
[INFO] [stdout]    --> src/lpspi.rs:156:43
[INFO] [stdout]     |
[INFO] [stdout] 156 |                 ClockPolarity::IdleLow => Cpol::Cpol0,
[INFO] [stdout]     |                                           ^^^^ use of undeclared type `Cpol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpol` in this scope
[INFO] [stdout]    --> src/lpspi.rs:157:44
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 ClockPolarity::IdleHigh => Cpol::Cpol1,
[INFO] [stdout]     |                                            ^^^^ use of undeclared type `Cpol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Lsbf` in this scope
[INFO] [stdout]    --> src/lpspi.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 BitOrder::MsbFirst => Lsbf::Lsbf0,
[INFO] [stdout]     |                                       ^^^^ use of undeclared type `Lsbf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Lsbf` in this scope
[INFO] [stdout]    --> src/lpspi.rs:161:39
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 BitOrder::LsbFirst => Lsbf::Lsbf1,
[INFO] [stdout]     |                                       ^^^^ use of undeclared type `Lsbf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         gpio_reg::<P>().pddr().modify(|r, w| unsafe { w.pdd().bits(r.pdd().bits() | (1 << N)) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         gpio_reg::<P>().pddr().modify(|r, w| unsafe { w.pdd().bits(r.pdd().bits() & !(1 << N)) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         gpio_reg::<P>().pcor().write(|w| unsafe { w.ptco().bits(1 << N) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         gpio_reg::<P>().psor().write(|w| unsafe { w.ptso().bits(1 << N) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 |         Ok(gpio_reg::<P>().pdor().read().pdo().bits() & (1 << N) != 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Ok(gpio_reg::<P>().pdor().read().pdo().bits() & (1 << N) == 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         gpio_reg::<P>().ptor().write(|w| unsafe { w.ptto().bits(1 << N) });
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 |         Ok(gpio_reg::<P>().pdir().read().bits() & (1 << N) != 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `gpio_reg` in this scope
[INFO] [stdout]   --> src/gpio/mod.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 |         Ok(gpio_reg::<P>().pdir().read().bits() & (1 << N) == 0)
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:141:22
[INFO] [stdout]     |
[INFO] [stdout] 141 |                 0 => Prescale::Prescale0,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |                 1 => Prescale::Prescale1,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:143:22
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 2 => Prescale::Prescale2,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:144:22
[INFO] [stdout]     |
[INFO] [stdout] 144 |                 3 => Prescale::Prescale3,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 4 => Prescale::Prescale4,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:146:22
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 5 => Prescale::Prescale5,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 6 => Prescale::Prescale6,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Prescale` in this scope
[INFO] [stdout]    --> src/lpspi.rs:148:22
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 7 => Prescale::Prescale7,
[INFO] [stdout]     |                      ^^^^^^^^ use of undeclared type `Prescale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpha` in this scope
[INFO] [stdout]    --> src/lpspi.rs:152:47
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 ClockPhase::CaptureLeading => Cpha::Cpha0,
[INFO] [stdout]     |                                               ^^^^ use of undeclared type `Cpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpha` in this scope
[INFO] [stdout]    --> src/lpspi.rs:153:48
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 ClockPhase::CaptureTrailing => Cpha::Cpha1,
[INFO] [stdout]     |                                                ^^^^ use of undeclared type `Cpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpol` in this scope
[INFO] [stdout]    --> src/lpspi.rs:156:43
[INFO] [stdout]     |
[INFO] [stdout] 156 |                 ClockPolarity::IdleLow => Cpol::Cpol0,
[INFO] [stdout]     |                                           ^^^^ use of undeclared type `Cpol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cpol` in this scope
[INFO] [stdout]    --> src/lpspi.rs:157:44
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 ClockPolarity::IdleHigh => Cpol::Cpol1,
[INFO] [stdout]     |                                            ^^^^ use of undeclared type `Cpol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Lsbf` in this scope
[INFO] [stdout]    --> src/lpspi.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 BitOrder::MsbFirst => Lsbf::Lsbf0,
[INFO] [stdout]     |                                       ^^^^ use of undeclared type `Lsbf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Lsbf` in this scope
[INFO] [stdout]    --> src/lpspi.rs:161:39
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 BitOrder::LsbFirst => Lsbf::Lsbf1,
[INFO] [stdout]     |                                       ^^^^ use of undeclared type `Lsbf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rv32m1-riscv-hal` (lib test) due to 224 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rv32m1-riscv-hal` (lib) due to 224 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f", kill_on_drop: false }`
[INFO] [stdout] f1c8f42126175bc8ffa9f861cd26bb72cc0753188d14de54b6c51f02357b1f4f
